projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47a639
)
(thing-at-point-url-path-regexp): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Oct 2002 22:47:41 +0000
(22:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Oct 2002 22:47:41 +0000
(22:47 +0000)
lisp/thingatpt.el
patch
|
blob
|
history
diff --git
a/lisp/thingatpt.el
b/lisp/thingatpt.el
index 167f0657248c58a4e4e74ccac4bbbf98a365b89d..6e2c4e4317b272057a646ed9921f24a49d7410c9 100644
(file)
--- a/
lisp/thingatpt.el
+++ b/
lisp/thingatpt.el
@@
-205,7
+205,7
@@
a symbol as a valid THING."
(defvar thing-at-point-url-path-regexp
"[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+"
- "A regular expression probably matching the host
, path
or e-mail part of a URL.")
+ "A regular expression probably matching the host
and filename
or e-mail part of a URL.")
(defvar thing-at-point-short-url-regexp
(concat "[-A-Za-z0-9.]+" thing-at-point-url-path-regexp)